ResourceDownload Method (String, String, Int32) |
Downloads data from a resource with the specified URI (address) to a local file.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic void Download(
string address,
string fileName,
int bufferSize
)
Public Sub Download (
address As String,
fileName As String,
bufferSize As Integer
)
Parameters
- address
- Type: SystemString
The URI to download data from. - fileName
- Type: SystemString
The path of the local file to receive the data. - bufferSize
- Type: SystemInt32
The buffer size. Default value is 8192 bytes.
See Also